net/http.http2clientStream.abortStreamLocked (method)

6 uses

	net/http (current package)
		h2_bundle.go#L7923: 	cs.abortStreamLocked(err)
		h2_bundle.go#L7926: func (cs *http2clientStream) abortStreamLocked(err error) {
		h2_bundle.go#L8387: 			cs.abortStreamLocked(fmt.Errorf("http2: Transport received GOAWAY from server ErrCode:%v", cc.goAway.ErrCode))
		h2_bundle.go#L8391: 			cs.abortStreamLocked(http2errClientConnGotGoAway)
		h2_bundle.go#L8668: 		cs.abortStreamLocked(err)
		h2_bundle.go#L9890: 			cs.abortStreamLocked(err)